home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / draw_bou.swf / scripts / DefineButton2_261 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-05-10  |  185 b   |  9 lines

  1. on(press){
  2.    _root.ball._x = 50;
  3.    _root.ball._y = 50;
  4.    _root.ball.xspeed = 0;
  5.    _root.ball.yspeed = 0;
  6.    _root.go = false;
  7.    _root.terrain.lineStyle(10,12674815,100);
  8. }
  9.